Home
last modified time | relevance | path

Searched hist:cf67b692 (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-io-cmds.ccf67b692 Sat Oct 06 18:38:51 GMT 2018 Stefan Weil <sw@weilnetz.de> qemu-io-cmds: Fix two format strings

Use %zu instead of %zd for unsigned numbers.

This fixes two error messages from the LSTM static code analyzer:

This argument should be of type 'ssize_t' but is of type 'unsigned long'

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>